home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir35 / 14dutils.zip / MOVEALL.DOC < prev    next >
Text File  |  1994-07-27  |  9KB  |  221 lines

  1.  
  2.                           ░▒▓█  MoveALL  █▓▒░
  3.  
  4.                Thank you for your interest in this program.
  5.                 Please register, see the REGISTER.NOW file.
  6.  
  7. ────────────────────────────────────────────────────────────────────────────────
  8.  
  9. Getting started:
  10.  
  11.  Move or copy (install) the MoveALL.exe file to your hard drive.
  12.  
  13.  For example you can copy MoveALL.exe to C:\DOS (copy a:\moveall.exe c:\dos)
  14.  that way it should be in the PATH of your computer which allows you to
  15.  type and use MoveALL from anywhere on your computer even on other drives.
  16.  
  17.  If you've registered then use my Install program to install to your 
  18.  hard drive. Follow the instructions below...
  19.  Type "A:" or "B:" (press ENTER) then "INSTALL" and pick what you want to
  20.  install, the installation program will then allow you to change the default
  21.  location of where to install.
  22.  
  23. ────────────────────────────────────────────────────────────────────────────────
  24.  
  25. Help Info:
  26.  
  27.              MoveALL  Copyright (C) 1993-1994 by  Deric Benesch
  28.  
  29.  MoveALL will move directories/files you specify. It will prompt you when a
  30.  disk runs out of memory and allow you to change it without having to quit.
  31.  You can stop at any time by pressing any key and when prompted press [ESC].
  32.  It also renames file and directory names if they are located on the same
  33.  drive for increased speed.
  34.  
  35.  You can rename a directory by entering the directory name you wish to change
  36.  and the name you want it changed to. For example if you want to change a
  37.  directory called MYDIR to a directory called ITSMINE simply type:
  38.  
  39.  
  40.                           MOVEALL  MYDIR ITSMINE
  41.  
  42.  
  43.  MOVEALL  Source PATH or /C  Destination PATH  [/F] [/G] [/S] [/R] [/V] [/D]
  44.  
  45.  
  46.    Source PATH   - You must include this parameter. This is where the files/
  47.                    directories you want to move are located.
  48.  
  49.  
  50.    /C     - Tells MoveALL that the source files/directories are in the
  51.             Current directory.
  52.  
  53.  
  54.    Destination PATH   - You must include this parameter. This is where you
  55.                         want to move the source files/directories to.
  56.  
  57.  
  58.    /F     - MoveALL will prompt you to confirm each File before it is moved.
  59.  
  60.  
  61.    /G     - MoveALL will prompt you before Going into a directory allowing
  62.             you to skip it if you want.
  63.  
  64.  
  65.    /S     - MoveALL will make Subdirectories in the destination
  66.             directory/drive unless you use this parameter. It will move all
  67.             files to the destination without creating subdirectories instead.
  68.  
  69.  
  70.    /R     - MoveALL will Replace existing files unless you use this parameter.
  71.  
  72.  
  73.    /V     - Turns disk-write Verification on to ensure that new files are
  74.             written correctly.
  75.  
  76.    /D     - MoveALL will NOT try to remove Directories.
  77.  
  78.  
  79. ────────────────────────────────────────────────────────────────────────────────
  80.  
  81. Examples:
  82.  
  83.    To move files from a 1.2M 5¼" drive B: to a 1.44M 3½" drive A: type:
  84.  
  85.                        C:\>MoveALL B:\    A:\
  86.                        ^^^^        ^^^    ^^^
  87.                       Don't       |Source|Destination
  88.                       type "C:\>"
  89.                       it's the prompt.
  90.  
  91. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  92.  
  93.    If you want to move files from "C:\STUFF" and its subdirectories to
  94.    "C:\TEMP" but do not want MoveALL to make the subdirectories in "C:\TEMP"
  95.    then type:
  96.  
  97.                C:\>MoveALL STUFF    TEMP        /D
  98.                ^^^^        ^^^^^    ^^^^        ^^
  99.              Prompt       | Source |Destination|Don't make subDirectories
  100.  
  101.    If "C:\TEMP" does not exist MoveALL will rename "C:\STUFF" to "C:\TEMP"
  102.  
  103. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  104.  
  105. NOTE: MoveALL is NOT CASE SENSITIVE so you can type "stuff", "STUFF",
  106.       "Stuff", ect, ect.
  107.  
  108.       It also does not matter how many spaces are between parameters so
  109.       long as there is AT LEAST ONE space.
  110.  
  111. ────────────────────────────────────────────────────────────────────────────────
  112.  
  113. What you get when you register:
  114.  
  115.    When you register you will be able to move groups of files...
  116.  
  117.       MoveALL C:\*.WAV  C:\WAVS  /D
  118.                  ^^^^^
  119.                  Registered only.
  120.  
  121.    like *.WAV files from anywhere on your hard disk and collect them in one
  122.    directory. The "/D" tells MoveALL not to make subdirectories in C:\WAVS.
  123.  
  124.  I use this feature constantly and I can't imagine trying to work without it.
  125.  The shareware version is OK for entire directories but just doesn't compare
  126.  with the ability to use wildcards to search entire drives for files that
  127.  you want or need.
  128.  
  129. ────────────────────────────────────────────────────────────────────────────────
  130.  
  131. Error code list:
  132.  
  133.             Error Number│Error Message
  134.             ════════════╪═════════════════════════════════
  135.                       1 │Invalid function number
  136.              Normal » 2 │File not found
  137.              Normal » 3 │Path not found
  138.  Increase "FILES="  » 4 │Too many open files
  139.    Read only files  » 5 │File access denied
  140.   Shouldn't happen  » 6 │Invalid file handle
  141.   Shouldn't happen » 12 │Invalid file access code
  142.                      15 │Invalid drive number
  143.             Normal » 16 │Cannot remove current directory
  144.   Shouldn't happen » 17 │Cannot rename across drives
  145.                      18 │No more files
  146.                     100 │Disk read error
  147.                     101 │Disk write error
  148.                     102 │File not assigned
  149.                     103 │File not open
  150.                     104 │File not open for input
  151.                     105 │File not open for output
  152.                     106 │Invalid numeric format
  153.  Change tab on    » 150 │Disk is write-protected
  154.  floppy disk.       151 │Bad drive request struct length
  155.     Floppy drives » 152 │Drive not ready
  156.                     154 │CRC error in data
  157.                     156 │Disk seek error
  158.                     157 │Unknown media type
  159.     Need new disk » 158 │Sector Not Found
  160.                     159 │Printer out of paper
  161.  Printer not      » 160 │Device write fault
  162.  connected.         161 │Device read fault
  163.  Sometimes network» 162 │Hardware failure
  164.  causes this,norm.  200 │Division by zero
  165.                     201 │Range check error
  166.  May happen since » 202 │Stack overflow error
  167.  program            203 │Heap overflow error
  168.  uses recursion     204 │Invalid pointer operation
  169.  but can't be       205 │Floating point overflow
  170.  fixed easily.      206 │Floating point underflow
  171.                     207 │Invalid floating point operation
  172.                     208 │Overlay manager not installed
  173.                     209 │Overlay file read error
  174.                     210 │Object not initialized
  175.                     211 │Call to abstract method
  176.                     212 │Stream registration error
  177.                     213 │Collection index out of range
  178.                     214 │Collection overflow error
  179.                     215 │Arithmetic overflow error
  180.   Won't happen yet» 216 │General Protection fault
  181.  
  182. ────────────────────────────────────────────────────────────────────────────────
  183.  
  184.                      Get Deric's latest releases from:
  185.                      ░▒▓█ Software Creations BBS █▓▒░
  186.  
  187.                 1200/2400 V.42/MNP Lines : (508) 365-2359
  188.             2400-14.4k HST US Robotics Lines : (508) 368-7036
  189.         2400-16.8k V.32/V.42bis US Robotics lines : (508) 368-7139
  190.      14.4-28.8k V.32/V.42bis/V.fc Hayes Optima lines: (508) 365-9352
  191.   14.4-28.8k V.32/V.42bis/V.32terbo/V.fc US Robotics lines: (508) 368-3424
  192.  
  193.                         » "Home of the Authors" «
  194.                * Software Creations Voted #1 BBS for 1993 *
  195.                      "There's no place like home!" 
  196.  
  197.  
  198.       For tech support or suggestions you can leave me a message on
  199.                         Software Creations BBS.
  200.                   At the main board leave a message to
  201.            "DERIC BENESCH" and I will get back to you A.S.A.P.
  202.  
  203. ────────────────────────────────────────────────────────────────────────────────
  204.  
  205. Keep a look out for Deric's Dos Shell
  206.  
  207.    It will have all the features of the registered versions of my util
  208.    programs as well as a file (HEX and ASCII) editor and a text editor
  209.    along with print features. Most importantly it will allow you to move
  210.    around your computer and load up programs quickly without using up
  211.    a lot of base memory (only uses 7K).
  212.    It has full mouse support and you can configure everything including
  213.    its colors.
  214.  
  215.  
  216. Other Utils to look for:
  217.  
  218.             CopyALL - Copies whole drives/directories FAST!
  219.            SuperDel - Deletes whole drives/directories REAL FAST!
  220.             Encrypt - Encrypt/Decrypt your favorite files!
  221.